copyRecurse

Copy the given source path recursively to the target path

void
copyRecurse
(
string sourcePath
,
string targetPath
)

Parameters

sourcePath string

The source path which can be a file or a directory

targetPath string

The target path which can be a file or a directory

Meta